home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 526-550 / disk_532 / dataplot / plt / install_plt < prev    next >
Text File  |  1992-05-06  |  424b  |  14 lines

  1. echo "This script will install the PLT: device."
  2. copy devs:mountlist ram:
  3. join ram:mountlist mountlist.frag to devs:mountlist
  4. delete ram:mountlist
  5. echo "The mountlist has been updated."
  6. copy plt-handler l:
  7. echo "The Plt-handler has been copied to the l: directory."
  8. assign PLTDATA: :multiplot/PLT
  9. mount plt:
  10. echo "PLTDATA: has been assigned and PLT: mounted."
  11. echo "Installation complete."
  12. echo "Use close gadget to exit."
  13.  
  14.